home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / programm.ing / sources.arc / DANG_SRC.LZH / GAMEOVER.C < prev    next >
Encoding:
C/C++ Source or Header  |  1993-10-29  |  209 b   |  16 lines

  1.  
  2. #include <globals.h>
  3.  
  4. /************/
  5.  game_over()
  6.   {
  7.    char reboot;
  8.  
  9.    clear_it();
  10.    v_gtext(handle,20,50,"Press any key to Reboot");
  11.  
  12.    reboot = Bconin(2);
  13.    exit(0);
  14.   }
  15. /************/
  16.